Fix ForceAtlas2 random cell ordering by sort positions by vertex in draw_graph function#621
Fix ForceAtlas2 random cell ordering by sort positions by vertex in draw_graph function#621Intron7 merged 2 commits intoscverse:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAfter computing positions with Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can get early access to new features in CodeRabbit.Enable the |
|
Can you add a release note? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #621 +/- ##
=======================================
Coverage 87.75% 87.75%
=======================================
Files 96 96
Lines 6996 6997 +1
=======================================
+ Hits 6139 6140 +1
Misses 857 857
|
Hi, I noticed that
tl.draw_graphwas completely scrambling the order of the cells in the FA2 embedding, it seems that this is resolved by adding this line of code!Tested on
cugraph: 26.02.00
rapdis_singlecell: 0.15.0rc4
Cheers